home *** CD-ROM | disk | FTP | other *** search
/ Grand Slam 3 / Grand Slam 3.iso / 002 / newsc2_0.arj / NEWSCAST.CFG < prev    next >
Text File  |  1995-07-08  |  5KB  |  266 lines

  1.  
  2.  
  3. ;  ┌─────────────────────────────────────────────────────────────────────┐
  4. ;  │                                                                     │
  5. ;  │            NEWSCAST.EXE - Copyright 1994 Colin Birch                │
  6. ;  │                                                                     │
  7. ;  │         The Dog House BBS +44 443 400327 (0443) 400327              │
  8. ;  │                                                                     │
  9. ;  │           24hrs 2400 - 28800 VFast  Fidonet 2:442/618               │
  10. ;  │                                                                     │
  11. ;  │                                                                     │
  12. ;  │                   Registration ONLY £5-00                           │
  13. ;  │                                                                     │
  14. ;  │                                                                     │
  15. ;  └─────────────────────────────────────────────────────────────────────┘
  16.  
  17.  
  18.  
  19.  
  20. ;
  21. ; Shall NEWSCAST insert a screenclearing code at the top of the files ?
  22. ;
  23.  
  24. CLRSCREEN Y
  25.  
  26. ;
  27. ; Do you want the newest bulletins displayed first ?
  28. ;
  29.  
  30. NEWESTONTOP Y
  31.  
  32.  
  33. ;
  34. ; What characters separate the individual bulletins?
  35. ;
  36.  
  37. DIVIDER @@@
  38.  
  39. ;
  40. ; Do you want the "Press <RETURN> to continue" prompt at the end of the list
  41. ;
  42.  
  43. ENTERPROMPT Y
  44.  
  45. ;
  46. ; What colour is the Press - to continue
  47. ;
  48.  
  49. PRESSCOLOUR 7
  50.  
  51. ;
  52. ; what colour is the <ENTER>
  53. ;
  54.  
  55. ENTERCOLOUR 14
  56.  
  57.  
  58. ;
  59. ; What should the .ASC and ANS files be called?
  60. ; DO NOT add extensions
  61. ;
  62.  
  63. FILENAME NEWS
  64.  
  65. ;
  66. ; FULL Name of text file to read in
  67. ; DO add extension
  68. ;
  69.  
  70. INFILENAME NEWS.TXT
  71.  
  72.  
  73.  
  74. ;
  75. ; Colours
  76. ;
  77.  
  78. ; Colour for the box and lines at every header
  79.  
  80. BOXCOLOUR 2
  81.  
  82. ; Colour for the date in the header
  83.  
  84. DATECOLOUR 14
  85.  
  86. ; Colour for the text in the header
  87.  
  88. HEADERCOLOUR 15
  89.  
  90. ; Colour for the normal text
  91.  
  92. TEXTCOLOUR 7
  93.  
  94. ;
  95. ; Do you want each entry numbered ?
  96. ;
  97.  
  98. ENTRYNUMBERED Y
  99.  
  100. ;
  101. ; Reverse numbering? Highest number 1st = Y
  102. ;
  103.  
  104. REVENTRYNUMBERED Y
  105.  
  106. ;
  107. ; Select box type from the following
  108. ;
  109.  
  110. ; BOXTYPE 1
  111. ;
  112. ;  ╓───────────────────╖
  113. ;  ║  DATE    HEADER   ║
  114. ;  ╙───────────────────╜
  115. ;
  116. ; BOXTYPE 2
  117. ;
  118. ;  ╓───────────────────╖
  119. ;  ║  DATE    HEADER   ╟────────────────────────────────────────────────────
  120. ;  ╙───────────────────╜
  121. ;
  122. ; BOXTYPE 3
  123. ;
  124. ;  ╒═══════════════════╕
  125. ;  │  DATE    HEADER   │
  126. ;  ╘═══════════════════╛
  127. ;
  128. ; BOXTYPE 4
  129. ;
  130. ;  ╒═══════════════════╕
  131. ;  │  DATE    HEADER   ├────────────────────────────────────────────────────
  132. ;  ╘═══════════════════╛
  133. ;
  134. ; BOXTYPE 5
  135. ;
  136. ;  ╔═══════════════════╗
  137. ;  ║  DATE    HEADER   ║
  138. ;  ╚═══════════════════╝
  139. ;
  140. ; BOXTYPE 6
  141. ;
  142. ;  ╔═══════════════════╗
  143. ;  ║  DATE    HEADER   ╟────────────────────────────────────────────────────
  144. ;  ╚═══════════════════╝
  145. ;
  146. BOXTYPE 6
  147. ;
  148. ; Note registered users only.
  149. ; To have the box centralised add C after the boxtype
  150. ; BOXTYPE 6C
  151. ;
  152. ;
  153. ;  The rest are for registered users only!
  154.  
  155.  
  156. ; Use BOXTYPE U for user defined box without ~tail~
  157. ;  or BOXTYPE T for user defined box with ~tail~
  158. ; and enter characters for box below as in the example
  159.  
  160.  
  161. BOXTOP ┌─┐
  162. BOXMID    
  163. BOXBTM └─┘
  164.  
  165. ; above would display following   
  166. ;                      ┌─────────────────────────┐
  167. ;                        DATE   Header text 
  168. ;                      └─────────────────────────┘
  169.  
  170. ; or with ~tail~       ┌─────────────────────────┐
  171. ;                        DATE   Header text      ──────────────────────────
  172. ;                      └─────────────────────────┘
  173.  
  174.  
  175.  
  176. ;
  177. ; Date format for output 
  178. ;
  179. ;               1 = DD-MM-YEAR    (30-03-1994)
  180. ;               2 = DD-MONTH-YEAR (30-Mar-1994)
  181. ;               3 = MM-DD-YEAR    (03-30-1994) 
  182. ;               4 = MONTH-DD-YEAR (Mar-03-1994)
  183.  
  184.  
  185. DATEFORMAT 2
  186.  
  187. ;
  188. ; Your date format ( the format you have used in your text file )
  189. ;
  190.  
  191. YOURFORMAT 1
  192.  
  193.  
  194. ;
  195. ; Delete entries older than X days - use 0 to disable
  196. ;
  197.  
  198. DELENTRY 0
  199.  
  200. ;
  201. ; Delete from original text file also ?
  202. ;
  203.  
  204. DELFILE Y
  205.  
  206.  
  207. ;
  208. ; Copy files to another directory when finished ?
  209. ;
  210.  
  211. FILECOPY N
  212.  
  213. ;
  214. ; Directory path to copy files to
  215. ;
  216.  
  217. PATH C:\RA\TXTFILES
  218.  
  219. ; Copy files to ALTNEWS.A?? files ?
  220. ;
  221.  
  222. ALTNEWS Y
  223.  
  224. ;
  225. ; Preview finished files ?
  226. ;
  227.  
  228. PREVIEW Y
  229.  
  230.  
  231. ;
  232. ; Reg user name
  233. ;
  234.  
  235. REGUSER COLIN BIRCH
  236.  
  237. ;
  238. ; Reg users post code (zip code)
  239. ;
  240.  
  241. POSTCODE CF37 2AA
  242.  
  243. ;
  244. ; text for top line of file -  max length 78 characters
  245. ;
  246.  
  247. REGTEXT  This will be displayed on the top line of the news lists
  248.  
  249.  
  250. ; colour format for use in text file (reg only)
  251.  
  252. ; text {XXYYZ} coloured text {0} more text
  253.  
  254. ; where XX = Background colour
  255. ;       YY = Text colour
  256. ;        Z = Flash on/off - 1 = Flash on | 0 = Flash off
  257.  
  258. ; {0} resets to normal text colour
  259.  
  260.  
  261.  
  262. ; ┌──────────────────────────────────────────────────────────────────────────┐
  263. ; │                  NEWSCAST.EXE Copyright 1994 Colin Birch                 │
  264. ; └──────────────────────────────────────────────────────────────────────────┘
  265.  
  266.